DocumentUserMetadataDto
data class DocumentUserMetadataDto(expenseType: ExpenseTypeEnum?, folders: List<String>?, notes: String?, warrantyPeriod: DocumentUserMetadataPeriodDto?, returnPeriod: DocumentUserMetadataPeriodDto?)
Content copied to clipboard
Parameters
expenseType
@param folders The folders this document belongs to
notes
General text note to the document.
warrantyPeriod
@param returnPeriod
Constructors
DocumentUserMetadataDto
Link copied to clipboard
fun DocumentUserMetadataDto(expenseType: ExpenseTypeEnum? = null, folders: List<String>? = null, notes: String? = null, warrantyPeriod: DocumentUserMetadataPeriodDto? = null, returnPeriod: DocumentUserMetadataPeriodDto? = null)
Content copied to clipboard
@param folders The folders this document belongs to
Properties
expenseType
Link copied to clipboard
@SerializedName(value = expenseType)
Content copied to clipboard
returnPeriod
Link copied to clipboard
@SerializedName(value = returnPeriod)
Content copied to clipboard
warrantyPeriod
Link copied to clipboard
@SerializedName(value = warrantyPeriod)
Content copied to clipboard